home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / gamin / gaminrc
Text File  |  2009-09-18  |  1KB  |  24 lines

  1. # configuration for gamin
  2. # Can be used to override the default behaviour.
  3. # notify filepath(s) : indicate to use kernel notification
  4. # poll filepath(s)   : indicate to use polling instead
  5. # fsset fsname method poll_limit : indicate what method of notification for 
  6. #                                    the filesystem
  7. #                                  kernel - use the kernel for notification
  8. #                                  poll - use polling for notification
  9. #                                  none - don't use any notification
  10. #                                  
  11. #                                  the poll_limit is the number of seconds
  12. #                                  that must pass before a resource is polled 
  13. #                                  again. It is optional, and if it is not 
  14. #                                  present the previous value will be used 
  15. #                                  or the default.  
  16. #
  17. # Some examples: 
  18. # notify /mnt/local* /mnt/pictures* # use kernel notification on these paths
  19. # poll /temp/*                      # use poll notification on these paths
  20. # fsset nfs poll 10                 # use polling on nfs mounts and poll once 
  21.                                     # every 10 seconds
  22.  
  23.  
  24.